AlarmGetSoundFlag

 

The 'AlarmGetSoundFlag' function returns whether Alarm Sound is occurring.

 

int @AlarmGetSoundFlag();

 

Parameters

None

 

Return Value

1 = If Alarm Sound is occurring, Return Value is '1'.

0 = If Alarm Sound isn't occurring, Return Value is '0'.

 

Example

flag = @AlarmGetSoundFlag();

Description : If Alarm Sound is occurring, '1' is stored in the variable named 'flag'. If Alarm Sound isn't occurring, '0' is stored in the variable named 'flag'.

 

Relate items)

@AlarmGetEventCount()

@AlarmGetSoundFlag()

@AlarmListConfirm()

@AlarmListDelete()

@AlarmListGetCursor()

@AlarmListSetCursor()

@AlarmListSetFilter()

@AlarmSetSoundFlag()

@AlarmSoundConfirm()